Information about plays

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

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

{
    "id": 479311,
    "uri": "https://api.kexp.org/v2/plays/479311/?format=api",
    "airdate": "2001-10-23T06:49:24-07:00",
    "show": 8179,
    "show_uri": "https://api.kexp.org/v2/shows/8179/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/6124cLzvwoL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/6124cLzvwoL._SL75_.jpg",
    "song": "The Adversary",
    "track_id": "5a11e3f7-1b80-48f1-9b78-01c0568b6e33",
    "recording_id": null,
    "artist": "Crime & the City Solution",
    "artist_ids": [
        "afed4881-8d2e-4c43-86a4-ef81e005339c"
    ],
    "album": "Until the End of the World",
    "release_id": "88f18b53-831f-4aa8-961e-13447c058949",
    "release_group_id": null,
    "labels": [
        "Warner Bros. Records"
    ],
    "label_ids": [
        "c595c289-47ce-4fba-b999-b87503e8cb71"
    ],
    "release_date": "1991-12-10",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}