Information about plays

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

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

{
    "id": 379604,
    "uri": "https://api.kexp.org/v2/plays/379604/?format=api",
    "airdate": "2019-09-11T15:42:26-07:00",
    "show": 6319,
    "show_uri": "https://api.kexp.org/v2/shows/6319/?format=api",
    "image_uri": "http://coverartarchive.org/release/4fc59ca1-79ef-4311-a286-f07f436b7c85/8781389800-250.jpg",
    "thumbnail_uri": "",
    "song": "Are 'Friends' Electric?",
    "track_id": "03291688-0b65-3178-9ae6-4523718c4b02",
    "recording_id": null,
    "artist": "Gary Numan",
    "artist_ids": [
        "6cb79cb2-9087-44d4-828b-5c6fdff2c957"
    ],
    "album": "The Best of Gary Numan",
    "release_id": "4fc59ca1-79ef-4311-a286-f07f436b7c85",
    "release_group_id": null,
    "labels": [
        "Beggars Banquet"
    ],
    "label_ids": [
        "5917da67-b605-4a08-a5a0-a6874501dda4"
    ],
    "release_date": "2005-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Five good covers with some cross-genre reinterpretations of Gary Numan's \"Are 'Friends' Electric?\" https://bit.ly/2khOIeQ",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}