Information about plays

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

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

{
    "id": 414382,
    "uri": "https://api.kexp.org/v2/plays/414382/?format=api",
    "airdate": "2001-02-06T15:00:00-08:00",
    "show": 6905,
    "show_uri": "https://api.kexp.org/v2/shows/6905/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/410PD162WFL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/410PD162WFL._SL75_.jpg",
    "song": "Your Girl",
    "track_id": "40108557-457d-4c93-9e0c-ea8936f835c8",
    "recording_id": null,
    "artist": "Blue States",
    "artist_ids": [
        "cfd70533-c11a-4e0e-995d-f4ffe6f3119f"
    ],
    "album": "Nothing Changes Under the Sun",
    "release_id": "c9177e01-16ae-4c07-9354-07d1ff35a4ef",
    "release_group_id": null,
    "labels": [
        "Eighteenth Street Lounge Music"
    ],
    "label_ids": [
        "854bde53-2065-416f-bba4-3ab868709e99"
    ],
    "release_date": "2001-01-23",
    "rotation_status": "Heavy",
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}