Information about plays

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

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

{
    "id": 485090,
    "uri": "https://api.kexp.org/v2/plays/485090/?format=api",
    "airdate": "2001-11-09T21:55:42-08:00",
    "show": 8291,
    "show_uri": "https://api.kexp.org/v2/shows/8291/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "So Much Trouble in the World",
    "track_id": "a6af948d-2c87-46a7-ac20-c3d31652e118",
    "recording_id": null,
    "artist": "Bob Marley and The Wailers",
    "artist_ids": [
        "c296e10c-110a-4103-9e77-47bfebb7fb2e"
    ],
    "album": "One Love: The Very Best Of",
    "release_id": "0e6de804-102a-465e-8f5a-7d42df132b25",
    "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"
}