Information about plays

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

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

{
    "id": 1058849,
    "uri": "https://api.kexp.org/v2/plays/1058849/?format=api",
    "airdate": "2006-02-18T23:14:00-08:00",
    "show": 18598,
    "show_uri": "https://api.kexp.org/v2/shows/18598/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "I Objectify",
    "track_id": "0be43a13-30eb-4995-a4c5-0637e2ef18bc",
    "recording_id": null,
    "artist": "Articles of Faith",
    "artist_ids": [
        "ab456d9a-ced2-4b6c-bf44-26480f06f6a2"
    ],
    "album": "Give Thanks",
    "release_id": "f07b6cc2-9ab1-4127-8bd2-b586e822d526",
    "release_group_id": null,
    "labels": [
        "Reflex Records"
    ],
    "label_ids": [
        "6e3389b5-6bfd-4937-9ebf-863fc667175d"
    ],
    "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"
}