Information about plays

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

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

{
    "id": 371435,
    "uri": "https://api.kexp.org/v2/plays/371435/?format=api",
    "airdate": "2019-08-23T18:41:00-07:00",
    "show": 6185,
    "show_uri": "https://api.kexp.org/v2/shows/6185/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Take Your Mama",
    "track_id": "fabe0942-f418-3075-9d6b-9c2db5c9ac3f",
    "recording_id": null,
    "artist": "Scissor Sisters",
    "artist_ids": [
        "4236d929-9a81-4c8e-97c3-8d3306780f50"
    ],
    "album": "Scissor Sisters",
    "release_id": "7f33bc72-4a8b-43e0-99e0-49cfcdc6816e",
    "release_group_id": null,
    "labels": [
        "Polydor"
    ],
    "label_ids": [
        "ce24ab18-1bd6-4293-a486-546d13d6a5e2"
    ],
    "release_date": "2004-02-02",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": "Another great request! Email your Dance Anthem to dj@kexp.org, text 206-903-5397 or interact on Instagram @djmichelmyers, Facebook DJ Michele or Twitter @djmichelemyers.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}