Information about plays

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

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

{
    "id": 448310,
    "uri": "https://api.kexp.org/v2/plays/448310/?format=api",
    "airdate": "2001-07-24T11:37:30-07:00",
    "show": 7579,
    "show_uri": "https://api.kexp.org/v2/shows/7579/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "His Indie World",
    "track_id": "4b26d63b-7c2a-46bc-a0e8-a69b456c5e9a",
    "recording_id": null,
    "artist": "Mary Lou Lord",
    "artist_ids": [
        "11d0d66f-c913-4a13-9365-10d771f08cd1"
    ],
    "album": "Mind the Gap EP",
    "release_id": "624fc89f-71d7-46a7-91d7-cdb05be63b3f",
    "release_group_id": null,
    "labels": [
        "Work"
    ],
    "label_ids": [
        "71ed8e35-adb4-4f7a-a3c1-1ff621042266"
    ],
    "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"
}