Information about plays

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

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

{
    "id": 437895,
    "uri": "https://api.kexp.org/v2/plays/437895/?format=api",
    "airdate": "2001-06-23T21:25:42-07:00",
    "show": 7377,
    "show_uri": "https://api.kexp.org/v2/shows/7377/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "The Countdown",
    "track_id": "03b08579-cf8b-4bff-a6a0-45b3b703f423",
    "recording_id": null,
    "artist": "AUX 88",
    "artist_ids": [
        "92317e0b-181b-4119-aba1-77261515daf8"
    ],
    "album": "Is It Man or Machine?",
    "release_id": "b40a1055-deee-4a9a-8b16-5514bc8972f6",
    "release_group_id": null,
    "labels": [
        "DIRECT BEAT"
    ],
    "label_ids": [
        "5043594a-54c4-4d8a-bb47-f18b5a829caa"
    ],
    "release_date": "1996-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}