Information about plays

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

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

{
    "id": 1385201,
    "uri": "https://api.kexp.org/v2/plays/1385201/?format=api",
    "airdate": "2008-06-13T14:53:19-07:00",
    "show": 24181,
    "show_uri": "https://api.kexp.org/v2/shows/24181/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51mcKrois7L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51mcKrois7L._SL75_.jpg",
    "song": "Planet Rock",
    "track_id": "b66fc146-80d9-4b69-99ff-784185a8681e",
    "recording_id": null,
    "artist": "Afrika Bambaataa & Soulsonic Force",
    "artist_ids": [
        "3c92c119-b8fb-414c-bb09-9bfbfc189432"
    ],
    "album": "Modulations: Cinema for the Ear",
    "release_id": "c13c5470-b661-428f-a5e9-8f65e26c63d3",
    "release_group_id": null,
    "labels": [
        "Uplink Records"
    ],
    "label_ids": [
        "5fb4e520-726c-45f3-9110-e3b9c39a51f6"
    ],
    "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"
}