Information about plays

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

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

{
    "id": 511269,
    "uri": "https://api.kexp.org/v2/plays/511269/?format=api",
    "airdate": "2002-01-27T01:47:00-08:00",
    "show": 8810,
    "show_uri": "https://api.kexp.org/v2/shows/8810/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "In A Jah Children",
    "track_id": null,
    "recording_id": null,
    "artist": "Dhaima",
    "artist_ids": [
        "3412ea58-33c7-4af5-986b-84fb4eb975c8"
    ],
    "album": "VA/the Mighty Two: Joe Gibbs ",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Heartbeat"
    ],
    "label_ids": [
        "bb7e051c-73b5-47c5-8cc9-254f6d8523d7"
    ],
    "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"
}