Information about plays

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

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

{
    "id": 453645,
    "uri": "https://api.kexp.org/v2/plays/453645/?format=api",
    "airdate": "2001-08-08T23:06:00-07:00",
    "show": 7676,
    "show_uri": "https://api.kexp.org/v2/shows/7676/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Star Dance",
    "track_id": "bde65fe8-8d51-4793-b274-a9411e8cad8a",
    "recording_id": null,
    "artist": "Abdullah Ibrahim",
    "artist_ids": [
        "fd64e185-9973-44d5-ad09-5d5562804292"
    ],
    "album": "Mindif",
    "release_id": "b0cdfd8a-a5bc-4fe1-9804-11066f9ff72a",
    "release_group_id": null,
    "labels": [
        "enja"
    ],
    "label_ids": [
        "dfd22708-6b64-40ee-afaa-8b9edc7b2847"
    ],
    "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"
}