Information about plays

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

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

{
    "id": 373896,
    "uri": "https://api.kexp.org/v2/plays/373896/?format=api",
    "airdate": "2019-08-29T07:48:00-07:00",
    "show": 6224,
    "show_uri": "https://api.kexp.org/v2/shows/6224/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "I Am the Highway",
    "track_id": "0be7adda-6699-484f-b03d-4196fa6f55ed",
    "recording_id": null,
    "artist": "Audioslave",
    "artist_ids": [
        "020bfbb4-05c3-4c86-b372-17825c262094"
    ],
    "album": "I Am the Highway",
    "release_id": "0203c1e8-39f6-4250-b2e2-88dfe099537c",
    "release_group_id": null,
    "labels": [
        "Epic"
    ],
    "label_ids": [],
    "release_date": "2003-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "From Charles Gillmore's \"Number Five With a Bullet\" mix here on Mixtape Week",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}