Information about plays

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

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

{
    "id": 422953,
    "uri": "https://api.kexp.org/v2/plays/422953/?format=api",
    "airdate": "2001-05-10T03:26:15-07:00",
    "show": 7088,
    "show_uri": "https://api.kexp.org/v2/shows/7088/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51zql1bXxmL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51zql1bXxmL._SL75_.jpg",
    "song": "In the Crowd",
    "track_id": "421879cf-0051-4bfc-83ae-97a0ae16ad77",
    "recording_id": null,
    "artist": "The Jam",
    "artist_ids": [
        "23228f18-01d5-493e-94ce-cfcde82a8db2"
    ],
    "album": "All Mod Cons",
    "release_id": "cbd5da9c-8f74-410a-9e87-8336ab4c06cb",
    "release_group_id": null,
    "labels": [
        "Polydor"
    ],
    "label_ids": [
        "ce24ab18-1bd6-4293-a486-546d13d6a5e2"
    ],
    "release_date": "1978-11-03",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}