Information about plays

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

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

{
    "id": 1264194,
    "uri": "https://api.kexp.org/v2/plays/1264194/?format=api",
    "airdate": "2007-08-07T20:53:32-07:00",
    "show": 22137,
    "show_uri": "https://api.kexp.org/v2/shows/22137/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Praia mole",
    "track_id": "0ebe2f66-84a8-40c2-9ac2-fd956a11f46a",
    "recording_id": null,
    "artist": "Wax Poetic",
    "artist_ids": [
        "0cc9f11f-2c83-49de-85d3-631df23053e0"
    ],
    "album": "Brasil",
    "release_id": "35c136b2-fdd7-413f-8711-f6cc1f37e076",
    "release_group_id": null,
    "labels": [
        "Nublu Records"
    ],
    "label_ids": [
        "466bed12-3c9d-4065-bcc1-bc948b20a2bc"
    ],
    "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"
}