Information about plays

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

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

{
    "id": 416364,
    "uri": "https://api.kexp.org/v2/plays/416364/?format=api",
    "airdate": "2001-04-19T10:48:00-07:00",
    "show": 6948,
    "show_uri": "https://api.kexp.org/v2/shows/6948/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/21NQZ3R47YL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/21NQZ3R47YL._SL75_.jpg",
    "song": "All the Umbrellas in London",
    "track_id": "19c55086-e8fc-409a-a4f8-9d358b343216",
    "recording_id": null,
    "artist": "The Magnetic Fields",
    "artist_ids": [
        "3ff72a59-f39d-411d-9f93-2d4a86413013"
    ],
    "album": "Get Lost",
    "release_id": "03b6e965-f63c-45fe-9f37-20ed2521058e",
    "release_group_id": null,
    "labels": [
        "Merge"
    ],
    "label_ids": [
        "5a4f8d65-681e-4a1f-85a8-a874c9513888"
    ],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}