Information about plays

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

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

{
    "id": 343911,
    "uri": "https://api.kexp.org/v2/plays/343911/?format=api",
    "airdate": "2019-06-20T12:05:00-07:00",
    "show": 5731,
    "show_uri": "https://api.kexp.org/v2/shows/5731/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Never Tell",
    "track_id": null,
    "recording_id": null,
    "artist": "Art d'Ecco",
    "artist_ids": [],
    "album": "Live on KEXP",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "KEXP"
    ],
    "label_ids": [],
    "release_date": "2018-10-29",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": true,
    "comment": "See Art d'Ecco's performance at KEXP in October 2018: https://www.youtube.com/watch?v=K6-Ek8qhDlo",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}