Information about plays

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

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

{
    "id": 447294,
    "uri": "https://api.kexp.org/v2/plays/447294/?format=api",
    "airdate": "2001-07-21T10:05:42-07:00",
    "show": 7558,
    "show_uri": "https://api.kexp.org/v2/shows/7558/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Burnin' and Lootin'",
    "track_id": "8f1301a8-4e02-4987-a10a-e68da9ab7ae7",
    "recording_id": null,
    "artist": "Bob Marley",
    "artist_ids": [
        "ed2ac1e9-d51d-4eff-a2c2-85e81abd6360"
    ],
    "album": "Hate & Café au lait",
    "release_id": "2f1b0ad2-da6e-43c2-99df-47e562b8fe3c",
    "release_group_id": null,
    "labels": [
        "Tuff Gong"
    ],
    "label_ids": [
        "be14aa98-403a-4337-8a1e-d104b90d4f3c"
    ],
    "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"
}