Information about plays

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

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

{
    "id": 1344564,
    "uri": "https://api.kexp.org/v2/plays/1344564/?format=api",
    "airdate": "2008-03-01T16:54:00-08:00",
    "show": 23497,
    "show_uri": "https://api.kexp.org/v2/shows/23497/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41E2RZ9QZAL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41E2RZ9QZAL._SL75_.jpg",
    "song": "How Ya Want It",
    "track_id": "26ce7499-eaa6-406a-93b2-b50ace9cbfdc",
    "recording_id": null,
    "artist": "Jungle Brothers",
    "artist_ids": [
        "ce3bc975-a76f-415b-a6cd-1e568c5714dd"
    ],
    "album": "The World Famous Beat Junkies, Volume 1 (feat. DJ Babu)",
    "release_id": "39e1bae4-2fc7-4388-b6ac-6d033c48965c",
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "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"
}