Information about plays

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

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

{
    "id": 1287049,
    "uri": "https://api.kexp.org/v2/plays/1287049/?format=api",
    "airdate": "2007-10-04T21:09:12-07:00",
    "show": 22520,
    "show_uri": "https://api.kexp.org/v2/shows/22520/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Moonbeam Death Ray",
    "track_id": "c60ced42-e430-4799-a046-72b96eb045d4",
    "recording_id": null,
    "artist": "Bronze Fawn",
    "artist_ids": [
        "510b8c7e-0488-4be0-b447-1bbd0ddab36b"
    ],
    "album": "Lumber",
    "release_id": "6ea702f3-abd3-4310-9c07-79dd997b1aa6",
    "release_group_id": null,
    "labels": [
        "Woodson Lateral Records"
    ],
    "label_ids": [
        "b2612482-65b6-4a9d-9e89-e482d6921059"
    ],
    "release_date": "2007-01-01",
    "rotation_status": "Light",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}