Information about plays

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

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

{
    "id": 463378,
    "uri": "https://api.kexp.org/v2/plays/463378/?format=api",
    "airdate": "2001-09-06T07:24:42-07:00",
    "show": 7869,
    "show_uri": "https://api.kexp.org/v2/shows/7869/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/213BKG7DSFL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/213BKG7DSFL._SL75_.jpg",
    "song": "TCR",
    "track_id": "8196425e-2935-4d2f-ab0a-a233fbef82af",
    "recording_id": null,
    "artist": "Prolapse",
    "artist_ids": [
        "4b8cb083-b59a-43d6-a4e8-6bf089430b17"
    ],
    "album": "backsaturday",
    "release_id": "b90b24ad-5534-4ad2-b5a8-cb1608507dba",
    "release_group_id": null,
    "labels": [
        "Jetset"
    ],
    "label_ids": [],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}