Information about plays

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

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

{
    "id": 370840,
    "uri": "https://api.kexp.org/v2/plays/370840/?format=api",
    "airdate": "2019-08-22T13:28:15-07:00",
    "show": 6178,
    "show_uri": "https://api.kexp.org/v2/shows/6178/?format=api",
    "image_uri": "http://coverartarchive.org/release/53d0616b-72da-38e5-901f-23535b918f83/8015698378-250.jpg",
    "thumbnail_uri": "",
    "song": "For Your Love",
    "track_id": "36927b7d-7274-3e04-939a-24666a15a2be",
    "recording_id": null,
    "artist": "The Yardbirds",
    "artist_ids": [
        "191de76f-a224-445d-b041-54df16d65bf7"
    ],
    "album": "The Yardbirds Story",
    "release_id": "53d0616b-72da-38e5-901f-23535b918f83",
    "release_group_id": null,
    "labels": [
        "Charly Records"
    ],
    "label_ids": [
        "a754ad77-2842-4ed4-a6e7-fb6b1fdc7f40"
    ],
    "release_date": "2002-03-25",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Formed in London in 1963, The Yardbirds is known for starting the careers of three of rock's most famous guitarists, Eric Clapton, Jimmy Page and Jeff Beck.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}