Information about plays

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

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

{
    "id": 351908,
    "uri": "https://api.kexp.org/v2/plays/351908/?format=api",
    "airdate": "2019-07-09T01:33:02-07:00",
    "show": 5865,
    "show_uri": "https://api.kexp.org/v2/shows/5865/?format=api",
    "image_uri": "http://coverartarchive.org/release/2279443f-991e-3f3e-9705-861d0aba339d/4256961612-250.jpg",
    "thumbnail_uri": "",
    "song": "My Name Is Jonas",
    "track_id": "32637cf3-4d03-3e46-9192-a0550df1a9eb",
    "recording_id": null,
    "artist": "Weezer",
    "artist_ids": [
        "6fe07aa5-fec0-4eca-a456-f29bff451b04"
    ],
    "album": "Weezer",
    "release_id": "2279443f-991e-3f3e-9705-861d0aba339d",
    "release_group_id": null,
    "labels": [
        "Geffen Records"
    ],
    "label_ids": [
        "0fadc2ce-f7de-4e27-bbe6-612b317e716b"
    ],
    "release_date": "2004-03-23",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "This song is featured in Guitar Hero III: Legends of Rock as the fourth song in the European Invasion tier. It is the song most used as their show opener.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}