Information about plays

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

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

{
    "id": 343412,
    "uri": "https://api.kexp.org/v2/plays/343412/?format=api",
    "airdate": "2019-06-19T10:25:19-07:00",
    "show": 5725,
    "show_uri": "https://api.kexp.org/v2/shows/5725/?format=api",
    "image_uri": "http://coverartarchive.org/release/8153349f-37c6-4a38-b974-d6739e5e6755/4438866223-250.jpg",
    "thumbnail_uri": "",
    "song": "No Tomorrows",
    "track_id": "b81274b3-7441-3847-9ef6-adfe5fdad172",
    "recording_id": null,
    "artist": "The Cave Singers",
    "artist_ids": [
        "bc07a2b3-807a-4dda-9c19-003553f18f45"
    ],
    "album": "Naomi",
    "release_id": "8153349f-37c6-4a38-b974-d6739e5e6755",
    "release_group_id": null,
    "labels": [
        "Jagjaguwar"
    ],
    "label_ids": [
        "42e06800-76f8-4a5b-a9b6-0983a5d72f17"
    ],
    "release_date": "2013-03-05",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}