Information about plays

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

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

{
    "id": 424731,
    "uri": "https://api.kexp.org/v2/plays/424731/?format=api",
    "airdate": "2001-05-15T15:26:15-07:00",
    "show": 7124,
    "show_uri": "https://api.kexp.org/v2/shows/7124/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Peanut Dust",
    "track_id": "b402539b-4d27-48e5-80ff-7fbd7b7b098d",
    "recording_id": null,
    "artist": "Rodriguez",
    "artist_ids": [
        "7e17a210-ec1b-4d3b-aa84-a79605f04c64"
    ],
    "album": "Swing Like a Metronome",
    "release_id": "14d4c4f7-05ae-47f4-8102-f8c86599a69d",
    "release_group_id": null,
    "labels": [
        "Devil in the Woods"
    ],
    "label_ids": [
        "be0abfe3-c5c9-4a88-bc26-c82416e2c7c6"
    ],
    "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"
}