Information about plays

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

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

{
    "id": 447342,
    "uri": "https://api.kexp.org/v2/plays/447342/?format=api",
    "airdate": "2001-07-21T12:30:00-07:00",
    "show": 7559,
    "show_uri": "https://api.kexp.org/v2/shows/7559/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51DVPR3232L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51DVPR3232L._SL75_.jpg",
    "song": "Frontwards",
    "track_id": null,
    "recording_id": null,
    "artist": "Pavement",
    "artist_ids": [
        "36bfa85f-737b-41db-a8fc-b8825850ffc3"
    ],
    "album": "Watery, Domestic",
    "release_id": "69b7bb95-f99e-4f41-ac7c-b391a76a66d4",
    "release_group_id": null,
    "labels": [
        "Matador Records"
    ],
    "label_ids": [
        "229bd4be-8cd7-442c-85b0-5007ea353abc"
    ],
    "release_date": "1992-11-25",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}