Information about plays

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

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

{
    "id": 1363805,
    "uri": "https://api.kexp.org/v2/plays/1363805/?format=api",
    "airdate": "2008-04-18T19:26:43-07:00",
    "show": 23812,
    "show_uri": "https://api.kexp.org/v2/shows/23812/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51XRJsSfSDL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51XRJsSfSDL._SL75_.jpg",
    "song": "Little Jonah (Rock on Your Steel Guitar)",
    "track_id": "344ad23e-e30d-405d-b6aa-49d1f99d5aca",
    "recording_id": null,
    "artist": "Brenda Lee",
    "artist_ids": [
        "6ca4886a-8f77-4133-b404-46fb3908e24a"
    ],
    "album": "Anthology, Volume 1: 1956-1961",
    "release_id": "4eed161a-fcc9-4b3d-8a96-3262ec543ee7",
    "release_group_id": null,
    "labels": [
        "MCA Records"
    ],
    "label_ids": [
        "46a3941a-c810-47a1-974f-955effec4d09"
    ],
    "release_date": "2002-01-20",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}