Information about plays

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

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

{
    "id": 479601,
    "uri": "https://api.kexp.org/v2/plays/479601/?format=api",
    "airdate": "2001-10-24T02:21:25-07:00",
    "show": 8184,
    "show_uri": "https://api.kexp.org/v2/shows/8184/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Rana",
    "track_id": "f06c33aa-bdde-4112-a0d2-65d08b2ea88e",
    "recording_id": null,
    "artist": "Pitchfork",
    "artist_ids": [
        "bd8a3b68-a63a-4636-a5e7-200536f3b2c2"
    ],
    "album": "Eucalyptus",
    "release_id": "3f7b18a1-771e-4117-9a8e-9e277cdac3f2",
    "release_group_id": null,
    "labels": [
        "Nemesis Records"
    ],
    "label_ids": [
        "8a88ceae-bef6-4501-8847-ba1a56211e3f"
    ],
    "release_date": "1990-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}