Information about plays

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

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

{
    "id": 378573,
    "uri": "https://api.kexp.org/v2/plays/378573/?format=api",
    "airdate": "2019-09-09T03:22:00-07:00",
    "show": 6303,
    "show_uri": "https://api.kexp.org/v2/shows/6303/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Feeling Good",
    "track_id": "2dba52bb-4454-400d-8b6a-02e8a630723b",
    "recording_id": null,
    "artist": "Nina Simone",
    "artist_ids": [
        "2944824d-4c26-476f-a981-be849081942f"
    ],
    "album": "I Put a Spell on You",
    "release_id": "1023521a-a9cf-4c33-b112-f18cc8d98c39",
    "release_group_id": null,
    "labels": [
        "Verve"
    ],
    "label_ids": [
        "99a24d71-54c1-4d3f-88cc-00fbcc4fce83"
    ],
    "release_date": "2006-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}