Information about plays

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

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

{
    "id": 379154,
    "uri": "https://api.kexp.org/v2/plays/379154/?format=api",
    "airdate": "2019-09-10T14:37:25-07:00",
    "show": 6312,
    "show_uri": "https://api.kexp.org/v2/shows/6312/?format=api",
    "image_uri": "http://coverartarchive.org/release/8474cbe3-3e87-4eb8-aec1-76e6282e8e6f/12576355357-250.jpg",
    "thumbnail_uri": "",
    "song": "I'll Take You There",
    "track_id": "09c08733-2dbd-417d-89ee-83d051ab2643",
    "recording_id": null,
    "artist": "The Staple Singers",
    "artist_ids": [
        "3d49e36a-cc9e-411e-93c6-d1646ba5bd3a"
    ],
    "album": "Faith And Grace: A Family Journey 1953-1976",
    "release_id": "8474cbe3-3e87-4eb8-aec1-76e6282e8e6f",
    "release_group_id": null,
    "labels": [
        "Stax"
    ],
    "label_ids": [
        "3d60c9cf-c020-49e8-a803-2189c146b880"
    ],
    "release_date": "2015-11-15",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Playing selections from Mark Mallman's \"Happiness Playlist\" as part of Music Heals: Mental Health.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}