Information about plays

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

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

{
    "id": 2683103,
    "uri": "https://api.kexp.org/v2/plays/2683103/?format=api",
    "airdate": "2020-01-07T04:04:19-08:00",
    "show": 46311,
    "show_uri": "https://api.kexp.org/v2/shows/46311/?format=api",
    "image_uri": "https://coverartarchive.org/release/1a905545-045b-458f-a5d7-eff2bd7ba63c/24112062497-250.jpg",
    "thumbnail_uri": "",
    "song": "Tethered",
    "track_id": "3b32aab5-0fcf-40a6-880d-225c47dea633",
    "recording_id": null,
    "artist": "Versing",
    "artist_ids": [
        "d74c3287-3e5c-415f-a752-21737183da93"
    ],
    "album": "10000",
    "release_id": "1a905545-045b-458f-a5d7-eff2bd7ba63c",
    "release_group_id": null,
    "labels": [
        "Hardly Art"
    ],
    "label_ids": [
        "0cf56645-50ec-4411-aeb6-c9f4ce0f8edb"
    ],
    "release_date": "2019-05-03",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Versing - Full Performance (Live on KEXP): https://www.youtube.com/watch?v=ZGsFVg7gJUU",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}