Information about plays

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

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

{
    "id": 2670804,
    "uri": "https://api.kexp.org/v2/plays/2670804/?format=api",
    "airdate": "2019-12-09T02:18:47-08:00",
    "show": 46108,
    "show_uri": "https://api.kexp.org/v2/shows/46108/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "I Can Change Your Mind",
    "track_id": "130dde7d-d20c-40ff-be12-f1c1d51a9e05",
    "recording_id": null,
    "artist": "The James Hunter Six",
    "artist_ids": [
        "fb424cbe-e145-4d0f-a365-1872f6b4cd51"
    ],
    "album": "I Can Change Your Mind",
    "release_id": "b5752969-9cab-4be9-82d2-b16c44f132a9",
    "release_group_id": null,
    "labels": [
        "Daptone Records"
    ],
    "label_ids": [
        "6507ff0e-035a-4a24-9bbe-e07b1e2224d8"
    ],
    "release_date": "2019-12-02",
    "rotation_status": "Light",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}