Information about plays

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

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

{
    "id": 370814,
    "uri": "https://api.kexp.org/v2/plays/370814/?format=api",
    "airdate": "2019-08-22T11:46:13-07:00",
    "show": 6178,
    "show_uri": "https://api.kexp.org/v2/shows/6178/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Hasta Que El Tiempo",
    "track_id": "731850cf-223a-4f54-bcc1-69fc945269d4",
    "recording_id": null,
    "artist": "Celest",
    "artist_ids": [
        "9d34fd2f-b405-433d-8b5a-573174514677"
    ],
    "album": "Hasta Que El Tiempo",
    "release_id": "112d31f5-7d87-44b2-8045-a32992b94283",
    "release_group_id": null,
    "labels": [
        "[no label]"
    ],
    "label_ids": [
        "157afde4-4bf5-4039-8ad2-5a15acc85176"
    ],
    "release_date": "2018-10-04",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Celest performed live at Panoram Studios in Mexico City in February 2019. This was one of the tracks performed. Watch it here: https://www.youtube.com/watch?v=UXlLKqkytHo",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}