Information about plays

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

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

{
    "id": 352459,
    "uri": "https://api.kexp.org/v2/plays/352459/?format=api",
    "airdate": "2019-07-10T06:07:29-07:00",
    "show": 5874,
    "show_uri": "https://api.kexp.org/v2/shows/5874/?format=api",
    "image_uri": "http://coverartarchive.org/release/e185029a-3325-480f-860d-7b4459c8f080/16241765430-250.jpg",
    "thumbnail_uri": "",
    "song": "Goodbye",
    "track_id": "9864d39e-5a36-445a-92f6-9b56084a5b02",
    "recording_id": null,
    "artist": "My Sad Captains",
    "artist_ids": [
        "89a26ee1-b020-4f88-9f9d-a1654e0c7c73"
    ],
    "album": "Best Of Times",
    "release_id": "e185029a-3325-480f-860d-7b4459c8f080",
    "release_group_id": null,
    "labels": [
        "Bella Union"
    ],
    "label_ids": [
        "2e72153d-8eb0-49a3-8b18-3a054d2c7f33"
    ],
    "release_date": "2014-03-17",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}