Information about plays

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

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

{
    "id": 433798,
    "uri": "https://api.kexp.org/v2/plays/433798/?format=api",
    "airdate": "2001-06-12T06:07:30-07:00",
    "show": 7301,
    "show_uri": "https://api.kexp.org/v2/shows/7301/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Morning",
    "track_id": "f6b95649-c231-4b41-b23a-48eaac875668",
    "recording_id": null,
    "artist": "Rex",
    "artist_ids": [
        "58d8bc73-6a23-4916-949a-c68464572caa"
    ],
    "album": "C",
    "release_id": "a3115e15-1ce1-4712-8be6-4a7708ade1dd",
    "release_group_id": null,
    "labels": [
        "Southern Records"
    ],
    "label_ids": [
        "b9a77795-50d2-4f38-9449-16cd044cda61"
    ],
    "release_date": "1996-10-21",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}