Information about plays

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

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

{
    "id": 2680763,
    "uri": "https://api.kexp.org/v2/plays/2680763/?format=api",
    "airdate": "2020-01-01T10:00:37-08:00",
    "show": 46270,
    "show_uri": "https://api.kexp.org/v2/shows/46270/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Magnificent (She Says)",
    "track_id": "50b05540-e030-4ffc-b4d7-e8c39dd9bafd",
    "recording_id": null,
    "artist": "Elbow",
    "artist_ids": [
        "3cb3928a-526c-4a3d-93c5-53315fa9bde0"
    ],
    "album": "Little Fictions",
    "release_id": "99c4067f-ecc0-435b-8b9f-032dfad5878e",
    "release_group_id": null,
    "labels": [
        "Concord Records"
    ],
    "label_ids": [
        "c5f3bc66-5e1e-47bf-8737-46612304aca6"
    ],
    "release_date": "2017-02-03",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}