Information about plays

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

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

{
    "id": 1367198,
    "uri": "https://api.kexp.org/v2/plays/1367198/?format=api",
    "airdate": "2008-04-27T11:48:00-07:00",
    "show": 23871,
    "show_uri": "https://api.kexp.org/v2/shows/23871/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Rock Me Again and Again",
    "track_id": "3a7e80cf-f7d2-4500-af55-1a1125af3787",
    "recording_id": null,
    "artist": "Lyn Collins",
    "artist_ids": [
        "dba14974-c3a7-43db-8de4-cfa996c1b05c"
    ],
    "album": "Grand Theft Auto: San Andreas (Master Sounds 98.3)",
    "release_id": "a5026772-fed3-48a5-8bf6-a50cafb1fe7d",
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": "2004-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}