Information about plays

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

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

{
    "id": 498854,
    "uri": "https://api.kexp.org/v2/plays/498854/?format=api",
    "airdate": "2001-12-20T16:05:00-08:00",
    "show": 8560,
    "show_uri": "https://api.kexp.org/v2/shows/8560/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "The Hitcher",
    "track_id": "1190897c-c2da-4235-80f9-47e0ac8af315",
    "recording_id": null,
    "artist": "Toshack Highway",
    "artist_ids": [
        "398a772d-9ad4-49a8-b6a3-ba69f6c944fd"
    ],
    "album": "Everyday Rock 'n Roll is Saving My Life",
    "release_id": "9e0ac9a2-266d-4a34-bb96-8b0292c0295f",
    "release_group_id": null,
    "labels": [
        "Space Baby"
    ],
    "label_ids": [
        "2c8e2e9e-91db-40f6-a2e2-b7df8e5b4488"
    ],
    "release_date": null,
    "rotation_status": "R/N",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}