Information about plays

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

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

{
    "id": 2677706,
    "uri": "https://api.kexp.org/v2/plays/2677706/?format=api",
    "airdate": "2019-12-24T22:56:22-08:00",
    "show": 46219,
    "show_uri": "https://api.kexp.org/v2/shows/46219/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Do They Know It’s Christmas?",
    "track_id": "51bb35ab-c59e-338c-8c73-6632468bb67c",
    "recording_id": null,
    "artist": "Band Aid",
    "artist_ids": [
        "0ecaa896-58fa-4dca-b53d-8da7bc5f59c5"
    ],
    "album": "If I Was: The Very Best of Midge Ure & Ultravox",
    "release_id": "26f613aa-4342-487b-9cea-c8639d94997f",
    "release_group_id": null,
    "labels": [
        "Chrysalis"
    ],
    "label_ids": [
        "ed5601e5-7c54-426e-982a-1a208dd0b0ad"
    ],
    "release_date": "1993-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}