Information about plays

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

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

{
    "id": 462638,
    "uri": "https://api.kexp.org/v2/plays/462638/?format=api",
    "airdate": "2001-09-04T04:41:15-07:00",
    "show": 7856,
    "show_uri": "https://api.kexp.org/v2/shows/7856/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Gold (For The Price Of Silver)",
    "track_id": "ccc6a01f-a40d-4031-b26d-0c583bebf134",
    "recording_id": null,
    "artist": "Kings of Convenience vs. Erot",
    "artist_ids": [
        "8c8f408a-382b-4ac3-868f-bcc143c73345"
    ],
    "album": "Wall Of Sound Presents Tellé",
    "release_id": "3f15e7f4-13c3-4128-a67f-21f928b1fd4b",
    "release_group_id": null,
    "labels": [
        "Wall of Sound"
    ],
    "label_ids": [
        "1493293e-a9cf-485e-a7e3-78d726e4eb24"
    ],
    "release_date": "2000-01-01",
    "rotation_status": "Heavy",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}