Information about plays

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

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

{
    "id": 531831,
    "uri": "https://api.kexp.org/v2/plays/531831/?format=api",
    "airdate": "2002-03-27T18:22:00-08:00",
    "show": 9208,
    "show_uri": "https://api.kexp.org/v2/shows/9208/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Pleadin'",
    "track_id": "84ac1587-deab-4499-bdf1-5c342129dda0",
    "recording_id": null,
    "artist": "Mercy Baby",
    "artist_ids": [
        "b7fc0bcd-37da-4f80-bae1-41cc88b5a264"
    ],
    "album": "Rhythm & Blues Goes Rock 'n' Roll, Volume 2 (disc 7)",
    "release_id": "25b757da-03bc-4a7c-904f-2c7a436ec205",
    "release_group_id": null,
    "labels": [
        "The International Music Company"
    ],
    "label_ids": [
        "b8f069fb-7383-4810-8830-49c988ce60d4"
    ],
    "release_date": "2002-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}