Information about plays

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

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

{
    "id": 503012,
    "uri": "https://api.kexp.org/v2/plays/503012/?format=api",
    "airdate": "2002-01-02T18:00:00-08:00",
    "show": 8645,
    "show_uri": "https://api.kexp.org/v2/shows/8645/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Monkey Doin' Woman",
    "track_id": "22229247-29e8-4397-a216-a6a5344dc4eb",
    "recording_id": null,
    "artist": "Shy Guy Douglas",
    "artist_ids": [
        "dae6403e-7f4a-4564-a6f8-e12c73a103d0"
    ],
    "album": "Rhythm & Blues Goes Rock 'n' Roll, Volume 2 (disc 6)",
    "release_id": "f5b7369c-5b4d-44cc-96f4-224abb6a178f",
    "release_group_id": null,
    "labels": [
        "The International Music Company"
    ],
    "label_ids": [
        "b8f069fb-7383-4810-8830-49c988ce60d4"
    ],
    "release_date": "2002-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}