Information about plays

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

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

{
    "id": 2679639,
    "uri": "https://api.kexp.org/v2/plays/2679639/?format=api",
    "airdate": "2019-12-29T16:08:15-08:00",
    "show": 46251,
    "show_uri": "https://api.kexp.org/v2/shows/46251/?format=api",
    "image_uri": "https://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": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}