Information about plays

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

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

{
    "id": 449257,
    "uri": "https://api.kexp.org/v2/plays/449257/?format=api",
    "airdate": "2001-07-27T00:33:20-07:00",
    "show": 7593,
    "show_uri": "https://api.kexp.org/v2/shows/7593/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Lullaby",
    "track_id": "9be7b2e4-4e8e-45f1-8e0f-56ee56df5475",
    "recording_id": null,
    "artist": "Arco",
    "artist_ids": [
        "b54d0566-e5d9-4825-827b-43818f4d864d"
    ],
    "album": "Coming To Terms",
    "release_id": "437e71bd-910a-47cc-af1d-d119a6ae25fc",
    "release_group_id": null,
    "labels": [
        "Pehr"
    ],
    "label_ids": [
        "8e2426a2-2f68-4443-b33c-695571fb0de1"
    ],
    "release_date": "2000-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}