Information about plays

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

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

{
    "id": 370796,
    "uri": "https://api.kexp.org/v2/plays/370796/?format=api",
    "airdate": "2019-08-22T10:35:38-07:00",
    "show": 6178,
    "show_uri": "https://api.kexp.org/v2/shows/6178/?format=api",
    "image_uri": "http://coverartarchive.org/release/694a93c5-835e-470e-a0d8-e42093eed9af/5267860923-250.jpg",
    "thumbnail_uri": "",
    "song": "Givin Em What They Love",
    "track_id": "387651f9-2617-4b01-9ef9-d1fa884ff5c6",
    "recording_id": null,
    "artist": "Janelle Monáe feat. Prince",
    "artist_ids": [
        "070d193a-845c-479f-980e-bef15710653e"
    ],
    "album": "The Electric Lady",
    "release_id": "694a93c5-835e-470e-a0d8-e42093eed9af",
    "release_group_id": null,
    "labels": [
        "Bad Boy Records"
    ],
    "label_ids": [
        "29d43312-a8ed-4d7b-9f4e-f5650318aebb"
    ],
    "release_date": "2013-09-10",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Prince appears on this track with Janelle Monáe, providing co-lead vocals, guitar and bass guitar, as well as co-writing the lyrics.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}