Information about plays

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

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

{
    "id": 497252,
    "uri": "https://api.kexp.org/v2/plays/497252/?format=api",
    "airdate": "2001-12-16T02:55:00-08:00",
    "show": 8531,
    "show_uri": "https://api.kexp.org/v2/shows/8531/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Screamager",
    "track_id": "b0e37205-58f1-4fc2-8073-c68c6285059e",
    "recording_id": null,
    "artist": "Therapy?",
    "artist_ids": [
        "85226286-349a-4046-8dcf-f75b32baa6b1"
    ],
    "album": "Hats Off to the Insane",
    "release_id": "b04f8299-203b-4dc7-bb37-0782a502812d",
    "release_group_id": null,
    "labels": [
        "A&M Records"
    ],
    "label_ids": [
        "35515729-1f2c-4cc9-9390-9af2764bc56c"
    ],
    "release_date": "1993-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}