Information about plays

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

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

{
    "id": 1381512,
    "uri": "https://api.kexp.org/v2/plays/1381512/?format=api",
    "airdate": "2008-06-03T14:27:34-07:00",
    "show": 24117,
    "show_uri": "https://api.kexp.org/v2/shows/24117/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/61xLHB11meL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/61xLHB11meL._SL75_.jpg",
    "song": "Freedom",
    "track_id": "c9bc46b4-3a52-494c-a37d-125b6b1fae51",
    "recording_id": null,
    "artist": "The DT's",
    "artist_ids": [
        "af2262da-f1ce-49c9-a988-d150ca7d6b89"
    ],
    "album": "Filthy Habits",
    "release_id": "eceeae53-8f26-4397-ac59-6ed4416c0c4e",
    "release_group_id": null,
    "labels": [
        "Get Hip Recordings"
    ],
    "label_ids": [
        "039cb818-3dbd-40ef-9192-162ee53f0d40"
    ],
    "release_date": "2007-01-30",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}