Information about plays

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

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

{
    "id": 489950,
    "uri": "https://api.kexp.org/v2/plays/489950/?format=api",
    "airdate": "2001-11-24T11:57:51-08:00",
    "show": 8387,
    "show_uri": "https://api.kexp.org/v2/shows/8387/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Bandelero",
    "track_id": "eb0025da-cf48-4ffe-b42f-8a54d4e15440",
    "recording_id": null,
    "artist": "Pinchers",
    "artist_ids": [
        "208c7a3b-4bca-49e3-87f3-376789a109a5"
    ],
    "album": "Dancehall Classics",
    "release_id": "494c05bc-19df-4878-9cb1-bbe6fdba30aa",
    "release_group_id": null,
    "labels": [
        "Pow Wow"
    ],
    "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"
}