Information about plays

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

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

{
    "id": 1336024,
    "uri": "https://api.kexp.org/v2/plays/1336024/?format=api",
    "airdate": "2008-02-08T01:41:05-08:00",
    "show": 23348,
    "show_uri": "https://api.kexp.org/v2/shows/23348/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/515R9KK74VL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/515R9KK74VL._SL75_.jpg",
    "song": "Lost and Found",
    "track_id": null,
    "recording_id": null,
    "artist": "The Saints",
    "artist_ids": [
        "0f1e84e4-2417-4f9e-a3f4-6db2cf11a46d"
    ],
    "album": "Eternally Yours",
    "release_id": "214b2cbf-1e36-4565-b6eb-8a001cc2eeb2",
    "release_group_id": null,
    "labels": [
        "Captain Oi!"
    ],
    "label_ids": [
        "3a12cdfc-fed4-43fd-8ed8-e8ee96277bdc"
    ],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}