Information about plays

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

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

{
    "id": 2681560,
    "uri": "https://api.kexp.org/v2/plays/2681560/?format=api",
    "airdate": "2020-01-03T08:25:32-08:00",
    "show": 46282,
    "show_uri": "https://api.kexp.org/v2/shows/46282/?format=api",
    "image_uri": "https://coverartarchive.org/release/a1cf71b2-4953-34bc-92bc-a3edb203bd3e/20895729255-250.jpg",
    "thumbnail_uri": "",
    "song": "Vapour Trail",
    "track_id": "e10ffc8d-4913-3998-b614-f1d7eb396fb9",
    "recording_id": null,
    "artist": "Ride",
    "artist_ids": [
        "3f575ecd-627d-4f08-a89f-abd46d469c7e"
    ],
    "album": "Nowhere",
    "release_id": "a1cf71b2-4953-34bc-92bc-a3edb203bd3e",
    "release_group_id": null,
    "labels": [
        "Sire Records"
    ],
    "label_ids": [
        "be0fec81-5c18-4494-8bbf-0d81dec006bf"
    ],
    "release_date": "1990-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "We were honored to have Ride in the KEXP studio for a 2017 live performance that included \"Vapour Trail\": https://www.youtube.com/watch?v=2lncloqtuT0",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}