Information about plays

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

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

{
    "id": 1413060,
    "uri": "https://api.kexp.org/v2/plays/1413060/?format=api",
    "airdate": "2008-08-22T19:12:00-07:00",
    "show": 24648,
    "show_uri": "https://api.kexp.org/v2/shows/24648/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "What's Shakin'",
    "track_id": "df4530fb-3dbb-4536-9e6c-91c047bd787d",
    "recording_id": null,
    "artist": "Ralph Wilson",
    "artist_ids": [
        "fc7f7fa6-1509-40c2-a7ec-6ee6e4f2aec5"
    ],
    "album": "Rhythm & Blues Goes Rock 'n' Roll, Volume 2 (disc 1)",
    "release_id": "de82f24b-c035-46de-ab8c-a4e72a0f9061",
    "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"
}