Information about plays

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

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

{
    "id": 434712,
    "uri": "https://api.kexp.org/v2/plays/434712/?format=api",
    "airdate": "2001-06-14T18:27:16-07:00",
    "show": 7316,
    "show_uri": "https://api.kexp.org/v2/shows/7316/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51VpB190EGL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51VpB190EGL._SL75_.jpg",
    "song": "One by One (feat. Red Foley)",
    "track_id": "cb9addfd-0086-451a-bc60-37b9c0abcf2e",
    "recording_id": null,
    "artist": "Kitty Wells",
    "artist_ids": [
        "5a5eeab3-e4b7-42e9-8ae9-b90eeb210b96"
    ],
    "album": "God's Honky Tonk Angel: The First Queen of Country Music",
    "release_id": "34c06fd0-f099-4a5a-beba-4e235ae0b4dd",
    "release_group_id": null,
    "labels": [
        "Edsel"
    ],
    "label_ids": [],
    "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"
}