Information about plays

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

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

{
    "id": 425043,
    "uri": "https://api.kexp.org/v2/plays/425043/?format=api",
    "airdate": "2001-05-16T14:21:25-07:00",
    "show": 7131,
    "show_uri": "https://api.kexp.org/v2/shows/7131/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Acsending",
    "track_id": null,
    "recording_id": null,
    "artist": "Possession",
    "artist_ids": [
        "8aaeceaf-c52b-4ee8-b4ac-b7b95614e3af"
    ],
    "album": "African Dub: Off World One",
    "release_id": "5529c430-773e-4f50-8447-cfd542c60d1a",
    "release_group_id": null,
    "labels": [
        "Sub Meta"
    ],
    "label_ids": [
        "ac983396-1331-40f4-a63d-66924f66d406"
    ],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}