Information about plays

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

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

{
    "id": 347743,
    "uri": "https://api.kexp.org/v2/plays/347743/?format=api",
    "airdate": "2019-06-29T06:23:00-07:00",
    "show": 5790,
    "show_uri": "https://api.kexp.org/v2/shows/5790/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Alien",
    "track_id": "78160110-7a5f-4735-a01b-f726ddd7ce90",
    "recording_id": null,
    "artist": "Beach House",
    "artist_ids": [
        "d5cc67b8-1cc4-453b-96e8-44487acdebea"
    ],
    "album": "Alien",
    "release_id": "9d05baec-54f5-4ff7-a894-d23aee834b64",
    "release_group_id": null,
    "labels": [
        "Sub Pop Records"
    ],
    "label_ids": [
        "38dc88de-7720-4100-9d5b-3cdc41b0c474"
    ],
    "release_date": "2018-10-13",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}