Information about plays

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

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

{
    "id": 379675,
    "uri": "https://api.kexp.org/v2/plays/379675/?format=api",
    "airdate": "2019-09-11T20:00:04-07:00",
    "show": 6320,
    "show_uri": "https://api.kexp.org/v2/shows/6320/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "The Wedding Cake",
    "track_id": null,
    "recording_id": null,
    "artist": "Linda Martell",
    "artist_ids": [
        "86e8d0f5-68e8-4875-979a-c46205be3f66"
    ],
    "album": "Color Me Country",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Plantation Records"
    ],
    "label_ids": [
        "5e4c5735-ef8a-4270-bae2-9d767eacc59a"
    ],
    "release_date": "1970-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}