Information about plays

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

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

{
    "id": 503411,
    "uri": "https://api.kexp.org/v2/plays/503411/?format=api",
    "airdate": "2002-01-03T19:17:00-08:00",
    "show": 8651,
    "show_uri": "https://api.kexp.org/v2/shows/8651/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Please Be With Me",
    "track_id": "3f1ddb6c-fb9a-4e63-9b24-bc026bb16df3",
    "recording_id": null,
    "artist": "Cowboy",
    "artist_ids": [
        "3a8869eb-6337-4ba4-bc17-966e1b6e4973"
    ],
    "album": "Duane Allman: An Anthology (disc 2)",
    "release_id": "a1f74ba2-a4ef-4a39-9eaa-d0e08ab497f3",
    "release_group_id": null,
    "labels": [
        "Polydor"
    ],
    "label_ids": [
        "ce24ab18-1bd6-4293-a486-546d13d6a5e2"
    ],
    "release_date": "1988-10-24",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}