Information about plays

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

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

{
    "id": 352415,
    "uri": "https://api.kexp.org/v2/plays/352415/?format=api",
    "airdate": "2019-07-10T03:34:16-07:00",
    "show": 5873,
    "show_uri": "https://api.kexp.org/v2/shows/5873/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Tempted",
    "track_id": "98d766be-105e-4218-a48c-f22666f5c743",
    "recording_id": null,
    "artist": "Erykah Badu & James Poyser",
    "artist_ids": [
        "fde17fa5-3238-439f-ab1c-c37671e3c3b3"
    ],
    "album": "Tempted",
    "release_id": "67cda66d-baf0-40e6-baa9-578308231f30",
    "release_group_id": null,
    "labels": [
        "Yep Roc Records"
    ],
    "label_ids": [
        "1edc2ff4-e80d-4539-8c6a-749474f7db3a"
    ],
    "release_date": "2019-06-03",
    "rotation_status": "Light",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Erykah Badu and James Poyser of the Roots teamed up to record a cover of ’80s hitmakers’ Squeeze’s song “Tempted” for Record Store Day 2019.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}