Information about plays

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

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

{
    "id": 2680369,
    "uri": "https://api.kexp.org/v2/plays/2680369/?format=api",
    "airdate": "2019-12-31T10:32:08-08:00",
    "show": 46264,
    "show_uri": "https://api.kexp.org/v2/shows/46264/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Wild At Heart",
    "track_id": "8e9ad070-21d7-4b1b-95af-141aa127732a",
    "recording_id": null,
    "artist": "Tangerine",
    "artist_ids": [
        "3831d29b-d41d-4aee-bc5b-94be84a9a7e4"
    ],
    "album": "Sugar Teeth",
    "release_id": "17ca11e8-5add-45bc-8b43-1619321c6277",
    "release_group_id": null,
    "labels": [
        "SWOON records"
    ],
    "label_ids": [
        "206a82a4-85d4-462f-b8a5-c06f1b42c2fb"
    ],
    "release_date": "2016-02-19",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "You can watch Tangerine perform \"Wild At Heart\" live in the KEXP studio: https://www.youtube.com/watch?v=9d0CI0lrIwM",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}