Information about plays

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

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

{
    "id": 1417396,
    "uri": "https://api.kexp.org/v2/plays/1417396/?format=api",
    "airdate": "2008-09-02T17:30:00-07:00",
    "show": 24722,
    "show_uri": "https://api.kexp.org/v2/shows/24722/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Why Don't We Do It in the Road",
    "track_id": "44323e69-6f8b-4c71-9f64-f267a3f0d606",
    "recording_id": null,
    "artist": "The Beatles",
    "artist_ids": [
        "b10bbbfc-cf9e-42e0-be17-e2c3e1d2600d"
    ],
    "album": "A Dolls House: 25 More White Album Mixes",
    "release_id": "a4368582-82a2-4a1d-80b3-d414b522042c",
    "release_group_id": null,
    "labels": [
        "Parlophone"
    ],
    "label_ids": [
        "df7d1c7f-ef95-425f-8eef-445b3d7bcbd9"
    ],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}