Information about plays

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

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

{
    "id": 517347,
    "uri": "https://api.kexp.org/v2/plays/517347/?format=api",
    "airdate": "2002-02-13T11:04:00-08:00",
    "show": 8925,
    "show_uri": "https://api.kexp.org/v2/shows/8925/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51XXzFFJh%2BL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51XXzFFJh%2BL._SL75_.jpg",
    "song": "Anyway, Anyhow, Anywhere",
    "track_id": "5243a2aa-962b-4b5b-97ac-3eee3cda7637",
    "recording_id": null,
    "artist": "The Who",
    "artist_ids": [
        "9fdaa16b-a6c4-4831-b87c-bc9ca8ce7eaa"
    ],
    "album": "Meaty Beaty Big and Bouncy",
    "release_id": "83afaba2-c706-4a43-b1c0-f4fa0225dfe8",
    "release_group_id": null,
    "labels": [
        "MCA Records"
    ],
    "label_ids": [
        "46a3941a-c810-47a1-974f-955effec4d09"
    ],
    "release_date": "1990-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}