Information about plays

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

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

{
    "id": 511388,
    "uri": "https://api.kexp.org/v2/plays/511388/?format=api",
    "airdate": "2002-01-27T13:24:00-08:00",
    "show": 8813,
    "show_uri": "https://api.kexp.org/v2/shows/8813/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Shine A Light",
    "track_id": null,
    "recording_id": null,
    "artist": "The Rolling Stones",
    "artist_ids": [
        "b071f9fa-14b0-4217-8e97-eb41da73f598"
    ],
    "album": "Exile On Main Street",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Rolling Stones Records"
    ],
    "label_ids": [
        "902810e8-095c-4c2b-869a-7b9b02da7687"
    ],
    "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"
}