Information about plays

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

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

{
    "id": 374430,
    "uri": "https://api.kexp.org/v2/plays/374430/?format=api",
    "airdate": "2019-08-30T10:35:00-07:00",
    "show": 6230,
    "show_uri": "https://api.kexp.org/v2/shows/6230/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Lost To the Lonesome",
    "track_id": null,
    "recording_id": null,
    "artist": "Pela",
    "artist_ids": [
        "3a714328-16d4-4cd4-877e-b2a6b870f3df"
    ],
    "album": "Live at KEXP Volume Four",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "KEXP"
    ],
    "label_ids": [],
    "release_date": "1950-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "See Pela play this song live on KEXP here: https://www.youtube.com/watch?v=HFaNsHi3pWo",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}