Information about plays

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

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

{
    "id": 371264,
    "uri": "https://api.kexp.org/v2/plays/371264/?format=api",
    "airdate": "2019-08-23T11:16:32-07:00",
    "show": 6184,
    "show_uri": "https://api.kexp.org/v2/shows/6184/?format=api",
    "image_uri": "http://coverartarchive.org/release/e52667e4-6e44-3092-bce5-0c35c44d3057/9518252678-250.jpg",
    "thumbnail_uri": "",
    "song": "Stolen Car",
    "track_id": "e5991217-1c35-3ee0-a513-cac15f7f39b8",
    "recording_id": null,
    "artist": "Beth Orton",
    "artist_ids": [
        "214d84a5-e9e5-4432-af95-8c84da7ba4c0"
    ],
    "album": "Central Reservation",
    "release_id": "e52667e4-6e44-3092-bce5-0c35c44d3057",
    "release_group_id": null,
    "labels": [
        "Arista"
    ],
    "label_ids": [
        "c62e3985-6370-446a-bfb8-f1f6122e9c33"
    ],
    "release_date": "1999-03-09",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}