Information about plays

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

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

{
    "id": 379954,
    "uri": "https://api.kexp.org/v2/plays/379954/?format=api",
    "airdate": "2019-09-12T10:11:00-07:00",
    "show": 6323,
    "show_uri": "https://api.kexp.org/v2/shows/6323/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "No Halo",
    "track_id": "124f3aa5-21d0-4779-8676-26ea849be235",
    "recording_id": null,
    "artist": "Kevin Morby",
    "artist_ids": [
        "eac962e1-0295-4e69-a266-4dab2adb4f11"
    ],
    "album": "Oh My God",
    "release_id": "a5eba5ef-53a7-4778-8aa6-eb60800c8cd0",
    "release_group_id": null,
    "labels": [
        "Dead Oceans"
    ],
    "label_ids": [],
    "release_date": "2019-04-26",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Kevin Morby performed live in the KEXP studio in May 2019. Watch it here: https://www.youtube.com/watch?v=0cbRpsnhM58&t=57s",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}