Information about plays

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

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

{
    "id": 1362363,
    "uri": "https://api.kexp.org/v2/plays/1362363/?format=api",
    "airdate": "2008-04-15T06:19:37-07:00",
    "show": 23790,
    "show_uri": "https://api.kexp.org/v2/shows/23790/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Wilderness",
    "track_id": "3beca794-e648-464d-9d8f-9ec149ba795d",
    "recording_id": null,
    "artist": "Sunny Day Sets Fire",
    "artist_ids": [
        "4c966cb4-3e2f-48b2-969d-1a4846f423be"
    ],
    "album": "Summer Palace",
    "release_id": "123f7e63-444a-4d53-8a0f-90aeb97bb581",
    "release_group_id": null,
    "labels": [
        "IAMSOUND Records"
    ],
    "label_ids": [
        "ead543a9-5a46-447f-9165-579143dd902a"
    ],
    "release_date": "2008-07-08",
    "rotation_status": "R/N",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}