Information about plays

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

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

{
    "id": 513964,
    "uri": "https://api.kexp.org/v2/plays/513964/?format=api",
    "airdate": "2002-02-03T21:33:00-08:00",
    "show": 8862,
    "show_uri": "https://api.kexp.org/v2/shows/8862/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Casino Royale (remix)",
    "track_id": "e8b3fb3b-7b6e-4a27-ba6d-fc1c15c863e1",
    "recording_id": null,
    "artist": "DJ Zinc",
    "artist_ids": [
        "174d9bdb-4e9c-4c42-8e6a-a29db39bdda5"
    ],
    "album": "Present Tense EP",
    "release_id": "18bbd5ee-87a0-4b8c-b7a5-f179ddf438f3",
    "release_group_id": null,
    "labels": [
        "True Playaz"
    ],
    "label_ids": [
        "e414b5ec-2cbd-4180-8e30-42a832200da9"
    ],
    "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"
}