Information about plays

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

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

{
    "id": 513239,
    "uri": "https://api.kexp.org/v2/plays/513239/?format=api",
    "airdate": "2002-02-01T17:09:00-08:00",
    "show": 8844,
    "show_uri": "https://api.kexp.org/v2/shows/8844/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Come Together",
    "track_id": "b29ab168-0ab2-4d42-97ac-ce350144ee85",
    "recording_id": null,
    "artist": "Keith Terry & Crosspulse",
    "artist_ids": [
        "10a9ed30-b51d-4326-9bf8-000b723e35da"
    ],
    "album": "Serpentine",
    "release_id": "f944f1ac-0528-4a33-a1eb-a02d06910bd7",
    "release_group_id": null,
    "labels": [
        "Ubiquity Records"
    ],
    "label_ids": [
        "20fbac96-c7ee-48b5-9177-e7b6d42e108f"
    ],
    "release_date": "1998-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}