Information about plays

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

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

{
    "id": 2681507,
    "uri": "https://api.kexp.org/v2/plays/2681507/?format=api",
    "airdate": "2020-01-03T05:05:08-08:00",
    "show": 46281,
    "show_uri": "https://api.kexp.org/v2/shows/46281/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Just Like Arcadia",
    "track_id": "ae0f9f23-ebc1-33a6-9395-32c501796cf3",
    "recording_id": null,
    "artist": "Psychic TV",
    "artist_ids": [
        "14c5a3a3-f5ed-4978-99af-486010e3a007"
    ],
    "album": "Allegory and Self",
    "release_id": "dcfb61a0-7406-4428-a2b7-e458527fe7aa",
    "release_group_id": null,
    "labels": [
        "Revolver USA"
    ],
    "label_ids": [
        "e349e0eb-c4e9-4c73-b986-951abac232e5"
    ],
    "release_date": "1988-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}