Information about plays

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

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

{
    "id": 1359049,
    "uri": "https://api.kexp.org/v2/plays/1359049/?format=api",
    "airdate": "2008-04-06T21:12:00-07:00",
    "show": 23735,
    "show_uri": "https://api.kexp.org/v2/shows/23735/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Goes Around",
    "track_id": "2490f5cd-ec52-4d51-8e4f-ae04be9f54b6",
    "recording_id": null,
    "artist": "Zero Tolerance",
    "artist_ids": [
        "2930b614-d54b-4d29-87fe-83ac9c9fdbda"
    ],
    "album": "Shogun Assassins EP, Volume 3 (disc 2)",
    "release_id": "ed962202-2fef-4fe1-a198-91573c41364a",
    "release_group_id": null,
    "labels": [
        "Shogun Audio"
    ],
    "label_ids": [
        "e5302854-18c6-4094-a74a-51193f080c69"
    ],
    "release_date": "2008-04-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}