Information about plays

list: List of plays
retrieve: Information about a specific play by ID

GET /v2/plays/414851/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": 414851,
    "uri": "https://api.kexp.org/v2/plays/414851/?format=api",
    "airdate": "2001-04-12T19:00:00-07:00",
    "show": 6919,
    "show_uri": "https://api.kexp.org/v2/shows/6919/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/21EH35AEXFL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/21EH35AEXFL._SL75_.jpg",
    "song": "River Blue",
    "track_id": "6a36f5c3-9a25-42bb-85cb-8baa29a8e7a9",
    "recording_id": null,
    "artist": "Oh Susanna",
    "artist_ids": [
        "9c58e732-214e-4180-8910-2fb1df3b15cd"
    ],
    "album": "Sleepy Little Sailor",
    "release_id": "1c47a4b8-7c70-41a1-ab33-8cf62be8e6a1",
    "release_group_id": null,
    "labels": [
        "Catamount"
    ],
    "label_ids": [],
    "release_date": null,
    "rotation_status": "R/N",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}