Information about plays

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

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

{
    "id": 452506,
    "uri": "https://api.kexp.org/v2/plays/452506/?format=api",
    "airdate": "2001-08-05T17:47:22-07:00",
    "show": 7655,
    "show_uri": "https://api.kexp.org/v2/shows/7655/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Bucket",
    "track_id": "a3453999-58da-44b1-bd88-25d25b5891fc",
    "recording_id": null,
    "artist": "Neutral Milk Hotel",
    "artist_ids": [
        "a506f761-2c22-4b2f-8a94-bd748c2c8f75"
    ],
    "album": "Periscope: Another Yoyo Compilation",
    "release_id": "3aad065e-a58a-45ab-bfbb-59621a6e211f",
    "release_group_id": null,
    "labels": [
        "YoYo"
    ],
    "label_ids": [
        "2409ad0b-9dcf-458b-a055-bccbe281b19e"
    ],
    "release_date": "1994-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}