Information about plays

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

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

{
    "id": 379647,
    "uri": "https://api.kexp.org/v2/plays/379647/?format=api",
    "airdate": "2019-09-11T18:28:34-07:00",
    "show": 6320,
    "show_uri": "https://api.kexp.org/v2/shows/6320/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Save Me",
    "track_id": "079d5090-8f27-462f-854e-2eb450fa1ace",
    "recording_id": null,
    "artist": "Aretha Franklin",
    "artist_ids": [
        "2f9ecbed-27be-40e6-abca-6de49d50299e"
    ],
    "album": "I Never Loved a Man the Way I Love You",
    "release_id": "e9e54f50-22de-45dd-a111-027ed8aba7b6",
    "release_group_id": null,
    "labels": [
        "Atlantic Records"
    ],
    "label_ids": [
        "66df7a2b-6476-4fcf-97a9-f213f832af80"
    ],
    "release_date": "1968-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}