Information about plays

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

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

{
    "id": 349806,
    "uri": "https://api.kexp.org/v2/plays/349806/?format=api",
    "airdate": "2019-07-04T00:25:12-07:00",
    "show": 5826,
    "show_uri": "https://api.kexp.org/v2/shows/5826/?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": "Squeeze cover!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}