Information about plays

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

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

{
    "id": 506457,
    "uri": "https://api.kexp.org/v2/plays/506457/?format=api",
    "airdate": "2002-01-12T22:54:17-08:00",
    "show": 8713,
    "show_uri": "https://api.kexp.org/v2/shows/8713/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Taken Over",
    "track_id": "819e2181-6fcf-41ad-ad33-c69da8888146",
    "recording_id": null,
    "artist": "Zero Tolerance",
    "artist_ids": [
        "2930b614-d54b-4d29-87fe-83ac9c9fdbda"
    ],
    "album": "Taken Over / Middlemen",
    "release_id": "c8ea0127-f9cd-4277-b2d9-8ecb84a8e7d6",
    "release_group_id": null,
    "labels": [
        "Bassbin"
    ],
    "label_ids": [
        "ec6a1eb3-37d9-4cfc-81c1-5d0f390f6066"
    ],
    "release_date": "2001-10-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}