Information about plays

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

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

{
    "id": 1078894,
    "uri": "https://api.kexp.org/v2/plays/1078894/?format=api",
    "airdate": "2006-04-13T01:00:26-07:00",
    "show": 18950,
    "show_uri": "https://api.kexp.org/v2/shows/18950/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Missy Sa-sa",
    "track_id": "43fdc5f3-2b78-453d-a81a-b64ac294357f",
    "recording_id": null,
    "artist": "Slavic Soul Party!",
    "artist_ids": [
        "4cf57406-5e29-4432-b180-b342a5190d20"
    ],
    "album": "Bigger",
    "release_id": "b665a618-9aa1-4846-b38e-946af22e3385",
    "release_group_id": null,
    "labels": [
        "Barbès Records"
    ],
    "label_ids": [
        "9f5f880f-8bbc-43f0-bd62-023188bd68e2"
    ],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}