Information about plays

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

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

{
    "id": 509666,
    "uri": "https://api.kexp.org/v2/plays/509666/?format=api",
    "airdate": "2002-01-22T12:27:00-08:00",
    "show": 8779,
    "show_uri": "https://api.kexp.org/v2/shows/8779/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Wedding Day",
    "track_id": "208596bf-ba23-4b1c-b721-08ce383427c0",
    "recording_id": null,
    "artist": "Cracker",
    "artist_ids": [
        "ca48bfb8-37c5-4a04-9837-a07975ee0cd3"
    ],
    "album": "Traveling Apothecary Show and Review",
    "release_id": "00144a8f-cfe6-43ac-ae2b-5b1259f0adb4",
    "release_group_id": null,
    "labels": [
        "Pitch-A-Tent"
    ],
    "label_ids": [
        "affcd44d-5ee6-4a64-87e2-5b6c36504509"
    ],
    "release_date": "2001-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}