Information about plays

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

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

{
    "id": 463310,
    "uri": "https://api.kexp.org/v2/plays/463310/?format=api",
    "airdate": "2001-09-06T03:00:00-07:00",
    "show": 7868,
    "show_uri": "https://api.kexp.org/v2/shows/7868/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "There's No Way I Can Talk Myself Out of this One Tonight (the Drinking Song",
    "track_id": null,
    "recording_id": null,
    "artist": "Texas Is the Reason",
    "artist_ids": [
        "b93c736f-a82f-4cae-9e57-a60b12d7055f"
    ],
    "album": "Do You Know What You Are?",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Revelation"
    ],
    "label_ids": [
        "3e1fd80f-03c7-4ea1-9756-9086e8d9cb1e"
    ],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}