Information about plays

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

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

{
    "id": 532987,
    "uri": "https://api.kexp.org/v2/plays/532987/?format=api",
    "airdate": "2002-03-30T19:07:00-08:00",
    "show": 9229,
    "show_uri": "https://api.kexp.org/v2/shows/9229/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/31RSNYMN2KL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/31RSNYMN2KL._SL75_.jpg",
    "song": "Lazer Lazer Lazer Love",
    "track_id": "9bb238ce-e1a7-4514-a539-8dea516a0bd2",
    "recording_id": null,
    "artist": "Dead Low Tide",
    "artist_ids": [
        "0fbd43ed-042d-41a4-a8e2-9edfa726124e"
    ],
    "album": "Dead Low Tide",
    "release_id": "3f3c7610-dc1e-4e53-8521-ec0628a00a58",
    "release_group_id": null,
    "labels": [
        "ill eagle records"
    ],
    "label_ids": [],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}