Information about plays

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

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

{
    "id": 1274849,
    "uri": "https://api.kexp.org/v2/plays/1274849/?format=api",
    "airdate": "2007-09-03T18:41:48-07:00",
    "show": 22316,
    "show_uri": "https://api.kexp.org/v2/shows/22316/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Kipenda Roho",
    "track_id": "8e358100-ba4a-4d68-aa59-3067186c6330",
    "recording_id": null,
    "artist": "Remmy Ongala & Orchestre Super Matimila",
    "artist_ids": [
        "421d085c-6abd-44a4-8953-1e36c9ac2a5e"
    ],
    "album": "Songs for the Poor Man",
    "release_id": "ee18627b-7e32-4f46-ab8b-7741815bbe7f",
    "release_group_id": null,
    "labels": [
        "Real World Records"
    ],
    "label_ids": [
        "4dbceb78-2039-4439-9ee2-4678277714f6"
    ],
    "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"
}