Information about plays

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

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

{
    "id": 436251,
    "uri": "https://api.kexp.org/v2/plays/436251/?format=api",
    "airdate": "2001-06-19T09:46:40-07:00",
    "show": 7346,
    "show_uri": "https://api.kexp.org/v2/shows/7346/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/4136CW5X35L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/4136CW5X35L._SL75_.jpg",
    "song": "Apache",
    "track_id": "7ded8037-8cae-4fbf-bcf9-19afff915862",
    "recording_id": null,
    "artist": "Fatboy Slim",
    "artist_ids": [
        "34c63966-445c-4613-afe1-4f0e1e53ae9a"
    ],
    "album": "On the Floor at the Boutique",
    "release_id": "4e48d986-ca1d-47f4-8694-7477aea0f159",
    "release_group_id": null,
    "labels": [
        "Skint Records"
    ],
    "label_ids": [
        "6445787b-52aa-4d52-a0f9-20ca3136b4cd"
    ],
    "release_date": "1998-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}