Information about plays

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

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

{
    "id": 506434,
    "uri": "https://api.kexp.org/v2/plays/506434/?format=api",
    "airdate": "2002-01-12T21:47:22-08:00",
    "show": 8713,
    "show_uri": "https://api.kexp.org/v2/shows/8713/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Bring It On",
    "track_id": "31e82253-6c6f-492b-a4dc-c2804c9ea32b",
    "recording_id": null,
    "artist": "Ant Miles and Red One",
    "artist_ids": [
        "b3fc5033-2bc8-470c-8992-da3c372d0965"
    ],
    "album": "Kosheen Presents Drum 'n' Bass Reborn",
    "release_id": "4613bb6d-87ee-4dc2-8a07-e567749c1a0f",
    "release_group_id": null,
    "labels": [
        "Ram"
    ],
    "label_ids": [],
    "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"
}